Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Re-enable FTL JIT #820

@mfikes

Description

@mfikes

#534 appears to no longer be reproducible with latest JavaScriptCore on macOS.

Having FTL JIT enabled again would be good for perf:

cljs.user=> (simple-benchmark [x (range 1e6)] (apply + x) 1e3)
[x (range 1000000)], (apply + x), 1000 runs, 2301 msecs

with it off:

cljs.user=> (simple-benchmark [x (range 1e6)] (apply + x) 1e3)
[x (range 1000000)], (apply + x), 1000 runs, 5426 msecs

It still occurs on Ubuntu 16.04, though:

JSC_useFTLJIT=true planck -D andare:0.7.0 -O simple -e"(require 'cljs.core.async)"
Segmentation fault (core dumped)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions