Skip to content

Commit 531c8d3

Browse files
committed
Also copy Type chunk for JIT optimizations
Signed-off-by: Paul Guyot <[email protected]>
1 parent bf1c4db commit 531c8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packbeam_api.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
).
4242

4343
-define(ALLOWED_CHUNKS, [
44-
"AtU8", "Code", "ExpT", "LocT", "ImpT", "LitU", "FunT", "StrT", "LitT", "avmN"
44+
"AtU8", "Code", "ExpT", "LocT", "ImpT", "LitU", "FunT", "StrT", "LitT", "avmN", "Type"
4545
]).
4646
-define(BEAM_START_FLAG, 1).
4747
-define(BEAM_CODE_FLAG, 2).

0 commit comments

Comments
 (0)