<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>v8 on idinr</title>
    <link>http://883884.xyz/categories/v8/</link>
    <description>Recent content in v8 on idinr</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <lastBuildDate>Sun, 13 Mar 2022 19:08:59 +0800</lastBuildDate><atom:link href="http://883884.xyz/categories/v8/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>解读V8 - Function</title>
      <link>http://883884.xyz/post/v8-function/</link>
      <pubDate>Sun, 13 Mar 2022 19:08:59 +0800</pubDate>
      
      <guid>http://883884.xyz/post/v8-function/</guid>
      <description>几个概念 函数 计算机语言中的函数是一段可以重复执行的代码，同时可能包含输入输出以及局部数据。 在js中： 函数 = 代码段 + 环境 环境包括了它的参数，局</description>
    </item>
    
    <item>
      <title>解读V8 - Object</title>
      <link>http://883884.xyz/post/v8-memory-layout/</link>
      <pubDate>Sun, 13 Mar 2022 19:08:59 +0800</pubDate>
      
      <guid>http://883884.xyz/post/v8-memory-layout/</guid>
      <description>关于JS引擎 V8是如今最流行的JS引擎，包括NodeJS也内置了V8，而其他引擎如spidermonkey逐渐式微。抛开性能之类的指标不谈，</description>
    </item>
    
    <item>
      <title>解读V8 - gdb调试</title>
      <link>http://883884.xyz/post/v8-debug/</link>
      <pubDate>Fri, 04 Mar 2022 16:39:13 +0800</pubDate>
      
      <guid>http://883884.xyz/post/v8-debug/</guid>
      <description>安装 安装过程比较简单，按照 官网文档 即可。 需要注意如下几点： 依赖Xcode，如果是安装的Xcode的命令行工具，需要先删除后再安装Xcode的</description>
    </item>
    
  </channel>
</rss>
