Co-Organizing Browser Night, the browser developer meetup in South Korea
The Beginning…
Development and Tech blog
The Beginning…
Recently, I filed an issue to crbug.com which is discovered in our frontend product. In this blog post, I’ll share how I figured out it as a browser issue and how I reported it with the minimal reproduction code.
Recently, I expanded my contribution from JS surface layer to lower layer compiler pipeline, which takes a bytecode and produce machine instructions or produce a new graph for the further compiler.
I got v8 committer status in this morning.
While following Chrome platform status, I found an interesting feature that will be shipped in Chrome M136 and V8 v13.6.
Debugging Note
Introduction
Introduction
I merged the Float16 feature to v8 today. (Float16 is half precision defined in IEEE754.)
Motivation I wanted to organize a workflow centered around coverage at my company and sought to understand precisely what coverage is.