<?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>javascript on idinr</title>
    <link>http://883884.xyz/categories/javascript/</link>
    <description>Recent content in javascript on idinr</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <lastBuildDate>Fri, 22 Jul 2022 19:40:14 +0800</lastBuildDate><atom:link href="http://883884.xyz/categories/javascript/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>实现一个Javascript引擎(更新中...)</title>
      <link>http://883884.xyz/post/build-engine/</link>
      <pubDate>Fri, 22 Jul 2022 19:40:14 +0800</pubDate>
      
      <guid>http://883884.xyz/post/build-engine/</guid>
      <description>由于实现一个完整的引擎相当困难且复杂，所以此项目设立了一些相对容易的目标，不过依然会涵盖大部分关键性的技术。 用rust实现 支持简化版的jav</description>
    </item>
    
    <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>
    
    <item>
      <title>异步，event loop与microtask</title>
      <link>http://883884.xyz/post/why-microtask/</link>
      <pubDate>Fri, 17 Dec 2021 09:44:53 +0800</pubDate>
      
      <guid>http://883884.xyz/post/why-microtask/</guid>
      <description>多任务 在底层硬件角度上看(这里不考虑多核)，所有的任务都是顺序执行，就像流水线一样，然而有些任务会与IO外设交互，IO外设的处理时间一般远大</description>
    </item>
    
    <item>
      <title>前端海报生成方案</title>
      <link>http://883884.xyz/post/%E5%89%8D%E7%AB%AF%E6%B5%B7%E6%8A%A5/</link>
      <pubDate>Wed, 02 Oct 2019 17:06:48 +0800</pubDate>
      
      <guid>http://883884.xyz/post/%E5%89%8D%E7%AB%AF%E6%B5%B7%E6%8A%A5/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;h5活动页经常会有生成海报分享到朋友圈的需求，虽然后端可以合成，但是会并发量大的时候会给服务器带来压力，并且比较耗时，这个业务放到前端做更合适，下面梳理几个实现方案&lt;/p&gt;
&lt;/blockquote&gt;</description>
    </item>
    
  </channel>
</rss>
