Skip to content

Instantly share code, notes, and snippets.

View juneyoung's full-sized avatar
😃
Happy day!

Juneyoung juneyoung

😃
Happy day!
View GitHub Profile
@sarupbanskota
sarupbanskota / node_8_v8_options
Last active April 18, 2024 12:31
node 8 v8 options
$ node --v8-options > node_8_v8_options
SSE3=1 SSSE3=1 SSE4_1=1 SAHF=1 AVX=1 FMA3=1 BMI1=1 BMI2=1 LZCNT=1 POPCNT=1 ATOM=0
Usage:
shell [options] -e string
execute string in V8
shell [options] file1 file2 ... filek
run JavaScript scripts in file1, file2, ..., filek
shell [options]
shell [options] --shell [file1 file2 ... filek]