Skip to content

Commit 30b389d

Browse files
committed
Server - try Ruby in yjit mode
This might need an OS level switch as Windows doesn't currently have yjit support
1 parent ba65f2a commit 30b389d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/bin/daemon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ def kill
897897
class SpiderBooter < ProcessBooter
898898
def initialize(ports, token)
899899
args = [
900-
"--enable-frozen-string-literal", "-E", "utf-8",
900+
"--enable-frozen-string-literal", "-E", "utf-8", "--yjit",
901901
Paths.spider_server_path,
902902
"-u",
903903
ports["spider-listen-to-gui"],

0 commit comments

Comments
 (0)