Closed ShadelessFox closed 3 years ago
Currently Assembler class is filled with bunch of useful and not very useful things that are not related to emitted assembly itself: source location information for tracing/debugging and guard regions. These things can be moved to Context class.
Assembler
Context
Source location information depends on assembler's instructions, so it must stay the part of it.
Currently
Assembler
class is filled with bunch of useful and not very useful things that are not related to emitted assembly itself: source location information for tracing/debugging and guard regions. These things can be moved toContext
class.