V8 是什么? 【软件研发|V8 是什么()】V8 是一个由 Google 开源的高性能 JavaScript 和 WebAssembly 引擎,其源代码使用 C++ 编写。V8 被用于 Google 的开源浏览器 Chrome 中,同时也被用于 Node.js,以及其他一些软件中。V8 实现了 ECMAScript 和 WebAssembly 标准,可以运行在 Windows 7 及以上,macOS 10.12+,以及 x64、IA-32、ARM、MIPS 架构的 Linux 系统。V8 可以独立运行,也可以被嵌入到 C++ 应用程序中。
最新博文
- V8 release v8.4 2020-06-30 release
- High-performance garbage collection for C++ 2020-05-26 internals memory cppgc
- Understanding the ECMAScript spec, part 4 2020-05-19 ECMAScript
- Up to 4GB of memory in WebAssembly 2020-05-14 WebAssembly JavaScript tooling
- V8 release v8.3 2020-05-04 release
- .wasm 是什么?wasm 反编译简介 2020-04-27 WebAssembly tooling
- Understanding the ECMAScript spec, part 3 2020-04-01 ECMAScript
- Pointer Compression in V8 2020-03-30 internals memory
- Understanding the ECMAScript spec, part 2 2020-03-02 ECMAScript
- V8 release v8.1 2020-02-25 release
- 理解 ECMAScript 规范, 第1部分 2020-02-03 ECMAScript
- V8 release v8.0 2019-12-18 release
- Outside the web: standalone WebAssembly binaries using Emscripten 2019-11-21 WebAssembly tooling
- V8 release v7.9 2019-11-20 release
- Improving V8 regular expressions 2019-10-04 internals RegExp
- V8 release v7.8 2019-09-27 release
- A lighter V8 2019-09-12 internals memory presentations
- The story of a V8 performance cliff in React 2019-08-28 internals presentations
- V8 release v7.7 2019-08-13 release
- Emscripten and the LLVM WebAssembly backend 2019-07-01 WebAssembly tooling
附录:
https://v8.js.cn/blog/
http://v8.dev/
推荐阅读
- java|Java接口的修饰符
- python|Python数据分析课程笔记·嵩天
- Java|2.10 Java中Queue和Deque接口
- 拓端tecdat|【视频】为什么要处理缺失数据(如何R语言中进行缺失值填充?)
- python|2021.1.15~2021.1.22学习总结
- 从华为离职了
- Java|Java+Spring 实现任务调度Quartz框架(纯Java实现+Spring实现) 读写Excel
- Java|Centos+Docker+Halo超简单搭建博客
- Python|Python 编程1000例(8)(特招录取选拔、抓小偷、阿姆斯特朗数案例)