Actions
Bug #75
openGet rid of _load_byte and _store_byte builtins
Bug #75:
Get rid of _load_byte and _store_byte builtins
Status:
New
Priority:
Normal
Assignee:
-
Category:
IR
Start date:
Due date:
% Done:
0%
Estimated time:
Description
These functions are required because there is no cheap way to access single bytes, since all variables are assumed to be multiple of 4 bytes. Instruction should be generated depending on the type of the accessed object.
Updated by Eugen Wissner 8 days ago
RTL operands should get an additional field, the type of the operation. This can be used to generate the correct operation. It is nil if the operation does not need a type.
Actions