You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement codegen() as shared libraries to support multiple architectures. codegen() is a self contained function that converts an an input IR array into a .text segment that can be executed.
There are a few spots in the compiler where a tiny block of assembly code is genertaed directly into an array, and those can be broken out as other functions in the shared library.
The text was updated successfully, but these errors were encountered:
Implement codegen() as shared libraries to support multiple architectures. codegen() is a self contained function that converts an an input IR array into a .text segment that can be executed.
There are a few spots in the compiler where a tiny block of assembly code is genertaed directly into an array, and those can be broken out as other functions in the shared library.
The text was updated successfully, but these errors were encountered: