Skip to content

Commit

Permalink
feat: enable stack trampoline with v8 flags
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Jun 28, 2023
1 parent ced05fe commit 319f1f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const getV8Flags = (nodeVersionMajor: number) => {
"--no-opt",
"--predictable",
"--predictable-gc-schedule",
"--interpreted-frames-native-stack",
"--perf-basic-prof",
];
if (nodeVersionMajor < 18) {
flags.push("--no-randomize-hashes");
Expand Down

0 comments on commit 319f1f8

Please sign in to comment.