<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>That's so awesome! &nbsp;I can't wait to see it enabled on Linux!</div><div id="AppleMailSignature"><br></div><div id="AppleMailSignature">The gcc-clang differences suggest that we will need to be extra careful now. I'd like to see more Linux testing of JSC.&nbsp;</div><div id="AppleMailSignature"><br>-Filip</div><div><br>On Jan 30, 2016, at 1:00 PM, Yusuke SUZUKI &lt;<a href="mailto:utatane.tea@gmail.com">utatane.tea@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">Now,&nbsp;<a href="https://bugs.webkit.org/show_bug.cgi?id=153647">https://bugs.webkit.org/show_bug.cgi?id=153647</a> and <a href="https://bugs.webkit.org/show_bug.cgi?id=153711">https://bugs.webkit.org/show_bug.cgi?id=153711</a> are landed.<br><div class="gmail_extra"><br></div><div class="gmail_extra">So, now, in GTK Linux x64 port, all the JSC tests pass! I think it's time to enable B3 in Linux x64 :D</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div><div class="gmail_signature">Regards,<br>Yusuke Suzuki</div></div>
<br><div class="gmail_quote">On Sat, Jan 30, 2016 at 8:09 AM, Filip Pizlo <span dir="ltr">&lt;<a href="mailto:fpizlo@apple.com" target="_blank">fpizlo@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div>Follow up on this:</div><div><br></div><div><span class=""><blockquote type="cite"><div>On Jan 29, 2016, at 11:38 AM, Filip Pizlo &lt;<a href="mailto:fpizlo@apple.com" target="_blank">fpizlo@apple.com</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word">I started coverting the documentation to Markdown.&nbsp; I don’t think this is a good idea.<div><br></div><div>- Markdown has no definition lists.&nbsp; The entire IR document is a definition list.&nbsp; I don’t want B3’s documentation to be blocked on this issue.</div></div></div></blockquote><div><br></div></span><div>It turns out that it does have them, but they are very weak.&nbsp; For example, you can’t have code blocks or paragraphs inside them.&nbsp; We want to have code blocks inside opcode definitions, to show examples.</div><span class=""><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div>- Markdown’s conversion step makes the workflow awkward.&nbsp; I’m not going to use some Markdown editing app - that will prevent me from being able to properly format code examples.&nbsp; I need a code editor for that.</div></div></div></blockquote><div><br></div></span><div>This was hard to get around.&nbsp; This isn’t a problem with Markdown, but rather, a problem with using Wordpress to render Markdown that is in svn.&nbsp; There is no way to preview the Markdown before committing it.&nbsp; That would lead to unusual problems, where after a patch is landed, the patch author or someone else would have to do a bunch of blind follow-up commits to fix any style issues, like code blocks that don’t fit properly or whatever.</div><div><br></div><div>Considering that we will have to be hacking raw HTML inside those Markdown files (due to definition lists), the lack of preview basically means that you have no way of predicting what the your HTML will render like.</div><span class=""><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><br></div><div>I think that this documentation should be HTML.&nbsp; I don’t think we should expend a lot of energy to formatting it nicely.&nbsp; The point of this document is for it to be read by engineers while they hack code.</div></div></div></blockquote><div><br></div></span><div>I landed raw HTML documentation:&nbsp;<a href="http://trac.webkit.org/changeset/195841" target="_blank">http://trac.webkit.org/changeset/195841</a></div><div><br></div><div>I filed this bug about improving its style:&nbsp;<a href="https://bugs.webkit.org/show_bug.cgi?id=153674" target="_blank">https://bugs.webkit.org/show_bug.cgi?id=153674</a></div><span class=""><font color="#888888"><div><br></div><div>-Filip</div></font></span><div><div class="h5"><div><br></div><br><blockquote type="cite"><div><div style="word-wrap:break-word"><div><br></div><div>-Filip</div><div><br></div><div><br><div><blockquote type="cite"><div>On Jan 29, 2016, at 10:12 AM, Timothy Hatcher &lt;<a href="mailto:timothy@apple.com" target="_blank">timothy@apple.com</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word"><div>I also added:</div><div><br></div><div><a href="https://webkit.org/documentation/b3/air/" target="_blank">https://webkit.org/documentation/b3/air/</a> loads /docs/b3/<a href="http://assembly-intermediate-representation.md" target="_blank">assembly-intermediate-representation.md</a></div><br><div><blockquote type="cite"><div>On Jan 29, 2016, at 10:05 AM, Filip Pizło &lt;<a href="mailto:fpizlo@apple.com" target="_blank">fpizlo@apple.com</a>&gt; wrote:</div><br><div><div dir="auto"><div>Thank you!&nbsp; I'll convert them today.&nbsp;<br><br>-Filip</div><div><br>On Jan 29, 2016, at 10:02 AM, Timothy Hatcher &lt;<a href="mailto:timothy@apple.com" target="_blank">timothy@apple.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div>Markdown is pretty similar to the wiki formatting and very simple.</div><div><br></div><div>You can look at a cheatsheet if you login to the blog:&nbsp;<a href="https://webkit.org/wp/wp-admin/post.php?post=4300&amp;action=edit" target="_blank">https://webkit.org/wp/wp-admin/post.php?post=4300&amp;action=edit</a></div><div><br></div><div><div>I have also used this HTML to Markdown converter before: <a href="http://domchristie.github.io/to-markdown/" target="_blank">http://domchristie.github.io/to-markdown/</a></div></div><div><br></div><div>The pages are created:</div><div><br></div><div><a href="https://webkit.org/documentation/b3/" target="_blank">https://webkit.org/documentation/b3/</a> loads /docs/b3/<a href="http://bare-bones-backend.md" target="_blank">bare-bones-backend.md</a></div><div><a href="https://webkit.org/documentation/b3/intermediate-representation/" target="_blank">https://webkit.org/documentation/b3/intermediate-representation/</a> loads /docs/b3/<a href="http://intermediate-representation.md" target="_blank">intermediate-representation.md</a></div><div><br></div><div>Once those files are added to SVN, they will get picked up by the site. I can change those to point to other names if you want something different.</div><div><br></div><div>— Timothy Hatcher</div><br><div><blockquote type="cite"><div>On Jan 29, 2016, at 9:34 AM, saam barati &lt;<a href="mailto:saambarati1@gmail.com" target="_blank">saambarati1@gmail.com</a>&gt; wrote:</div><br><div><div dir="auto"><div>I'm happy to convert the document to markdown. Can you send me your latest revision or post it to the website?</div><div><br></div><div>I usually look at:</div><div><a href="http://daringfireball.net/projects/markdown/syntax" target="_blank">http://daringfireball.net/projects/markdown/syntax</a></div><div>For a refresher on the syntax.</div><div><br></div><div>Tim, could you create a page that loads the markdown file?</div><div><br></div><div>Thanks,<br><div>Saam</div></div><div><br>On Jan 29, 2016, at 12:06 AM, Filip Pizło &lt;<a href="mailto:fpizlo@apple.com" target="_blank">fpizlo@apple.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div>I'm all for this but I don't know anything about markdown.&nbsp;</div><div><br></div><div>What's the best way to proceed?<br><br>-Filip</div><div><br>On Jan 28, 2016, at 9:24 PM, Timothy Hatcher &lt;<a href="mailto:timothy@apple.com" target="_blank">timothy@apple.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div>They should be markdown files like we do for the code style and policy documents.</div><div><br></div><div><a href="https://trac.webkit.org/browser/trunk/Websites/webkit.org/code-style.md" target="_blank">https://trac.webkit.org/browser/trunk/Websites/webkit.org/code-style.md</a></div><div><br></div><div>We can then make Wordpress pages on the site that load the markdown.<br><br>Maybe put them in a /docs/b3/ directory?<br><br><div><div>— Timothy Hatcher</div></div></div><div><br>On Jan 28, 2016, at 4:48 PM, Filip Pizlo &lt;<a href="mailto:fpizlo@apple.com" target="_blank">fpizlo@apple.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div>I guess we could put it in Websites/<a href="http://webkit.org/b3" target="_blank">webkit.org/b3</a>.&nbsp; Then patches could edit both B3 and the documentation in one go, and the documentation would go live when it’s committed.<div><br></div><div>Does anyone object to this?</div><div><br></div><div>-Filip<br><div><br></div><div><br><div><blockquote type="cite"><div>On Jan 28, 2016, at 4:39 PM, Saam barati &lt;<a href="mailto:sbarati@apple.com" target="_blank">sbarati@apple.com</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word">Yeah. That’d be the easiest way to keep it up IMO.<div><br></div><div>Saam</div><div><br><div><blockquote type="cite"><div>On Jan 28, 2016, at 4:37 PM, Filip Pizło &lt;<a href="mailto:fpizlo@apple.com" target="_blank">fpizlo@apple.com</a>&gt; wrote:</div><br><div><div dir="auto"><div>+1</div><div><br></div><div>Do you think we should move the documentation to a file in svn so that it can be reviewed as part of patch review?<br><br>-Filip</div><div><br>On Jan 28, 2016, at 4:32 PM, Saam barati &lt;<a href="mailto:sbarati@apple.com" target="_blank">sbarati@apple.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div>This is great. Thanks Fil.<div><br><div>I propose that we do all that we can to keep this updated.</div><div>I suggest that all patches that change to the IR should also include with it&nbsp;</div><div>a change to the documentation, and that reviewers should require this.</div><div><br></div><div>It’d also be great if other significant changes that seem like the deserve</div><div>a mention in the documentation also get added as part of patches.</div><div><br></div><div>Saam</div><div><br><div><blockquote type="cite"><div>On Jan 28, 2016, at 4:23 PM, Filip Pizlo &lt;<a href="mailto:fpizlo@apple.com" target="_blank">fpizlo@apple.com</a>&gt; wrote:</div><br><div><div style="word-wrap:break-word">Hi everyone,<div><br></div><div>We’ve been working on a new compiler backend for the FTL JIT, which we call B3.&nbsp; It stands for “Bare Bones Backend”.&nbsp; We recently enabled it on X86/Mac, and we’re working hard to enable it on other platforms.</div><div><br></div><div>If you’re interested in how it works, I’ve started writing documentation.&nbsp; I’ll be adding more to it soon!</div><div><a href="https://trac.webkit.org/wiki/BareBonesBackend" target="_blank">https://trac.webkit.org/wiki/BareBonesBackend</a></div><div><a href="https://trac.webkit.org/wiki/B3IntermediateRepresentation" target="_blank">https://trac.webkit.org/wiki/B3IntermediateRepresentation</a></div><div><br></div><div>-Filip</div><div><br></div></div>_______________________________________________<br>webkit-dev mailing list<br><a href="mailto:webkit-dev@lists.webkit.org" target="_blank">webkit-dev@lists.webkit.org</a><br><a href="https://lists.webkit.org/mailman/listinfo/webkit-dev" target="_blank">https://lists.webkit.org/mailman/listinfo/webkit-dev</a><br></div></blockquote></div><br></div></div></div></blockquote></div></div></blockquote></div><br></div></div></div></blockquote></div><br></div></div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>webkit-dev mailing list</span><br><span><a href="mailto:webkit-dev@lists.webkit.org" target="_blank">webkit-dev@lists.webkit.org</a></span><br><span><a href="https://lists.webkit.org/mailman/listinfo/webkit-dev" target="_blank">https://lists.webkit.org/mailman/listinfo/webkit-dev</a></span><br></div></blockquote></div></blockquote></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>webkit-dev mailing list</span><br><span><a href="mailto:webkit-dev@lists.webkit.org" target="_blank">webkit-dev@lists.webkit.org</a></span><br><span><a href="https://lists.webkit.org/mailman/listinfo/webkit-dev" target="_blank">https://lists.webkit.org/mailman/listinfo/webkit-dev</a></span><br></div></blockquote></div></div></blockquote></div><br></div></blockquote></div></div></blockquote></div><br></div></div></blockquote></div><br></div></div>_______________________________________________<br>webkit-dev mailing list<br><a href="mailto:webkit-dev@lists.webkit.org" target="_blank">webkit-dev@lists.webkit.org</a><br><a href="https://lists.webkit.org/mailman/listinfo/webkit-dev" target="_blank">https://lists.webkit.org/mailman/listinfo/webkit-dev</a><br></div></blockquote></div></div></div><br></div><br>_______________________________________________<br>
webkit-dev mailing list<br>
<a href="mailto:webkit-dev@lists.webkit.org">webkit-dev@lists.webkit.org</a><br>
<a href="https://lists.webkit.org/mailman/listinfo/webkit-dev" rel="noreferrer" target="_blank">https://lists.webkit.org/mailman/listinfo/webkit-dev</a><br>
<br></blockquote></div><br></div></div>
</div></blockquote></body></html>