Skip to content

Commit

Permalink
Introduce per-function environment for Emit (#8936)
Browse files Browse the repository at this point in the history
  • Loading branch information
gretay-js committed Apr 22, 2021
1 parent 430c134 commit 24d7f3b
Show file tree
Hide file tree
Showing 15 changed files with 831 additions and 1,018 deletions.
8 changes: 8 additions & 0 deletions .depend
Original file line number Diff line number Diff line change
Expand Up @@ -2533,6 +2533,7 @@ asmcomp/emit.cmo : \
asmcomp/mach.cmi \
asmcomp/linear.cmi \
lambda/lambda.cmi \
asmcomp/emitenv.cmi \
asmcomp/emitaux.cmi \
utils/domainstate.cmi \
utils/config.cmi \
Expand All @@ -2555,6 +2556,7 @@ asmcomp/emit.cmx : \
asmcomp/mach.cmx \
asmcomp/linear.cmx \
lambda/lambda.cmx \
asmcomp/emitenv.cmi \
asmcomp/emitaux.cmx \
utils/domainstate.cmx \
utils/config.cmx \
Expand All @@ -2568,21 +2570,27 @@ asmcomp/emit.cmi : \
asmcomp/linear.cmi \
asmcomp/cmm.cmi
asmcomp/emitaux.cmo : \
asmcomp/emitenv.cmi \
lambda/debuginfo.cmi \
utils/config.cmi \
asmcomp/cmm.cmi \
utils/clflags.cmi \
asmcomp/arch.cmo \
asmcomp/emitaux.cmi
asmcomp/emitaux.cmx : \
asmcomp/emitenv.cmi \
lambda/debuginfo.cmx \
utils/config.cmx \
asmcomp/cmm.cmx \
utils/clflags.cmx \
asmcomp/arch.cmx \
asmcomp/emitaux.cmi
asmcomp/emitaux.cmi : \
asmcomp/linear.cmi \
asmcomp/emitenv.cmi \
lambda/debuginfo.cmi
asmcomp/emitenv.cmi : \
asmcomp/linear.cmi
asmcomp/interf.cmo : \
asmcomp/reg.cmi \
asmcomp/proc.cmi \
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,9 @@ Working version
- #10358: Use a hash table for the load path.
(Leo White, review by Gabriel Scherer)

- #8936: Per-function environment for Emit
(Greta Yorsh, review by Vincent Laviron and Florian Angeletti)

### Build system:

- #9191, #10091, #10182: take the LDFLAGS variable into account, except on
Expand Down

0 comments on commit 24d7f3b

Please sign in to comment.