Viewing profile — simlrh
simlrh
HN member- Joined
- Sat, Sep 15, 2012, 5:11 PM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About simlrh
No profile information was provided.
Recent public activity
-
comment
Comment #14263693
Also the lack of variable declaration in `y = Date.now()` made y an implicit global, so it couldn't be optimised out no matter what. Even doing `let y = Date.now()` cuts out 400 li…
- story