-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] - Apple silicon JIT support #63
Commits on Sep 22, 2022
-
Add support for deduplicating type descriptors by relocating code to …
…point at main module's types
Anonymous committedSep 22, 2022 Configuration menu - View commit details
-
Copy full SHA for d2b74b9 - Browse repository at this point
Copy the full SHA d2b74b9View commit details
Commits on Sep 25, 2022
-
Fix implementation of replacing local package names with import paths…
… (fixes cases where import path doesn't match the local package name)
Anonymous committedSep 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 39784bf - Browse repository at this point
Copy the full SHA 39784bfView commit details
Commits on Sep 27, 2022
-
Add support for checking unresolved symbols and reporting back all lo…
…aded packages
Anonymous committedSep 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 7bfa72f - Browse repository at this point
Copy the full SHA 7bfa72fView commit details -
RODATA is where type descriptors will be - we should load these too
Anonymous committedSep 27, 2022 Configuration menu - View commit details
-
Copy full SHA for c1bcb52 - Browse repository at this point
Copy the full SHA c1bcb52View commit details
Commits on Sep 29, 2022
-
Don't add to the package list if the only thing included is the init …
…func
Anonymous committedSep 29, 2022 Configuration menu - View commit details
-
Copy full SHA for ccbb09d - Browse repository at this point
Copy the full SHA ccbb09dView commit details
Commits on Oct 7, 2022
-
Anonymous committed
Oct 7, 2022 Configuration menu - View commit details
-
Copy full SHA for ce70c11 - Browse repository at this point
Copy the full SHA ce70c11View commit details -
Split previously pclntab into separate tables (as done in runtime) to…
… assist in debugging + fix cutab layout to correctly offset when creating multi-object, multi-package linkers - previously stack traces had incorrect files due to incorrect cutab + filetab
Anonymous committedOct 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 9dc9b68 - Browse repository at this point
Copy the full SHA 9dc9b68View commit details -
Fix bug with deferred returns not being added due to pointer equality…
… instead of string equality
Anonymous committedOct 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 7e96cbf - Browse repository at this point
Copy the full SHA 7e96cbfView commit details -
Fix bug with adding GCData for global vars
Anonymous committedOct 7, 2022 Configuration menu - View commit details
-
Copy full SHA for fcd61c8 - Browse repository at this point
Copy the full SHA fcd61c8View commit details -
Add support for ASM function wrappers (ABIInternal -> ABI0) and retur…
…n Munmap error
Anonymous committedOct 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 5528bb4 - Browse repository at this point
Copy the full SHA 5528bb4View commit details
Commits on Oct 17, 2022
-
WIP - add support for darwin arm64 after MacOS 11.2 (https://develope…
Anonymous committedOct 17, 2022 Configuration menu - View commit details
-
Copy full SHA for f4b5b11 - Browse repository at this point
Copy the full SHA f4b5b11View commit details
Commits on Oct 23, 2022
-
[WIP] - Make data non-executable on all OS/arches
Anonymous committedOct 23, 2022 Configuration menu - View commit details
-
Copy full SHA for 2a00f1b - Browse repository at this point
Copy the full SHA 2a00f1bView commit details