This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#![feature(asm)] | |
#![feature(naked_functions)] | |
use std::ptr; | |
const DEFAULT_STACK_SIZE: usize = 1024 * 1024 * 2; | |
const MAX_THREADS: usize = 4; | |
static mut RUNTIME: usize = 0; | |
pub struct Runtime { | |
threads: Vec<Thread>, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//lazy val x : Int = // RHS | |
val x$lzy = new scala.runtime.LazyInt() | |
def x$lzycompute(): Int = x$lzy.synchronized { | |
if (x$lzy.initialized) x$lzy.value | |
else | |
x$lzy.initialize({ | |
//RHS | |
5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; I've watched most, if not all of these. | |
Korean: | |
Oldboy | |
Sympathy for Mr Vengeance | |
Sympathy for Lady Vengeance | |
Bakjwi | |
JSA | |
Memories of Murder | |
Man From Nowhere |