TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JS stacktraces. The good, the bad, and the ugly.

29 pointsby cirwinover 11 years ago

2 comments

masswerkover 11 years ago
Please mind that wrapping code in a try-block will send (at least some) JS-engines directly into interpreter mode (no compile-mode, no JIT-mode) and this will have severe effects on the execution speed. I would not recommend this for production!
评论 #7053770 未加载
michaelwwwover 11 years ago
I'd like to try this, but not having a TypeScript definition file is a barrier.
评论 #7053251 未加载