CodeusTech / CodeusTech/Xita

Need to implement Definition for Allocating/Freeing memory

Open
#76 1 comment 0 reactions 0 assignees View on GitHub
duplicate enhancement help wanted
Dominant language
C++
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

[See this Source Code](https://github.com/CodeusTech/Xita-AArch64/blob/f43036a714493ea9cce899abcf7340d20fa58eab/src/xcs/sys/xalloc/xalloc.cpp#L57)

The referenced C++ code above points at where the assembly function call is made for `_x_alloc`. Currently, that call is withheld from the cross compiler's generated assembly files, because there is no backend definition for `_x_alloc` yet. Once that is authored, the `addInstruction()` procedure call on L59 (of the above file) should be uncommented. Once that is done, memory will be dynamically allocating correctly (albeit unoptimized) and data types can continue in development.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.