Skip to content

Instantly share code, notes, and snippets.

View Huxpro's full-sized avatar
馃
Still making sense of JavaScript

Xuan Huang (榛勭巹) Huxpro

馃
Still making sense of JavaScript
View GitHub Profile
/**
class Super {
x = "super"
}
*/
class Super {
constructor() {
@Huxpro
Huxpro / gist:3c3bbea3c6f597dc857e60df76800f8c
Created November 2, 2020 19:41
env USE_FRAMEWORKS=1 USE_HERMES=1 pod install
react-native/packages/rn-tester git/feat/ios-hermes-try*
位 env USE_FRAMEWORKS=1 USE_HERMES=1 pod install
Installing pods with use_frameworks!
Using Hermes engine
Analyzing dependencies
Fetching podspec for `libevent` from `../../third-party-podspecs/libevent.podspec`
Downloading dependencies
Installing RCT-Folly 2020.01.13.00
Installing React-Core 1000.0.0
Installing hermes-engine (0.7.1)
CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only perfomed in repo update
Updating spec repo `trunk`
CDN: trunk Relative path: deprecated_podspecs.txt, has ETag? W/"5fd0a021-7b4c0"
CDN: trunk Relative path not modified: deprecated_podspecs.txt
CDN: trunk Going to update 14 files
CDN: trunk Relative path: all_pods_versions_e_d_6.txt, has ETag? W/"5fd09df2-266"
CDN: trunk Relative path: all_pods_versions_3_2_5.txt, has ETag? W/"5fd09df2-593"
CDN: trunk Relative path: all_pods_versions_5_d_0.txt, has ETag? W/"5fd09df2-2d8"
CDN: trunk Relative path: all_pods_versions_2_7_2.txt, has ETag? W/"5fd09df2-3d3"
@Huxpro
Huxpro / js_interp_bench.md
Last active December 13, 2020 21:23
JS interpreter performance

JS interpreter performance

On Macbook Pro 16"

Native

位 v8 --jitless benchmark.js
Richards: 1147
Crypto: 845