require 'v8'
def run_v8_gc
loop while !V8::C::V8::IdleNotification()
end
def rputs(msg)
puts "<pre>#{ERB::Util.h(msg)}</pre>"
$stdout.flush