Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a256452c0fe43401

Jump to content

Talk:Compile and go system

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 13 years ago by Macrakis in topic "easier to implement"

If it's "compile and go", isn't it a compiler?

[edit]

Peter Flass (talk) 00:10, 29 March 2012 (UTC)Reply

"easier to implement"

[edit]

A reference would be nice, but IMHO this is so because typically such systems do no optimization, and are usually implemented via threaded code and may consist mostly of "glue" between subroutines. (unsigned contribution by User:Peter Flass 2013-01-20T09:44:05)

Agreed that they typically don't optimize (since programs aren't expected to run for long). Theaded code is one possible implementation, but if I remember correctly, the original Dartmouth Basic (on the GE-635) compiled to machine language. The language of course was pretty simple to compile. --Macrakis (talk) 16:44, 20 January 2013 (UTC)Reply