forked from ocaml-flambda/flambda-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable locals for arm64 (ocaml-flambda#2442)
* Implement local allocation for arm64 This patch implements local allocation by adding code emission for local allocation, regions and assembly routine for calling stack relocation. (cherry picked from commit 0694909) * Minor fixes to backend/arm64/emit.mlp * Copy runtime5 implementation of caml_call_local_realloc to runtime4 * Revert ocaml/asmcomp changes * Code size estimate for local allocs * Line lengths * Tweak boundary condition for allocation to match amd64 emitter * New runtime5 implementation for caml_call_local_realloc --------- Co-authored-by: Anmol Sahoo <anmol.sahoo25@gmail.com>
- Loading branch information
1 parent
9fde93b
commit 7c4a510
Showing
3 changed files
with
200 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters