book-green-threads-explained icon indicating copy to clipboard operation
book-green-threads-explained copied to clipboard

Repository for the Green Threads Explained Book

Results 7 book-green-threads-explained issues
Sort by recently updated
recently updated
newest added

wording to try distinguishing the address and the value stored in the address

the order of the stack is inconsistent with initial example

https://cfsamson.gitbook.io/green-threads-explained-in-200-lines-of-rust/the-stack Question about below > As you know now, the %rsp is our stack pointer. Now as you see we need to put the stack pointer in a position which...

In the chapter https://cfsamson.gitbook.io/green-threads-explained-in-200-lines-of-rust/an-example-we-can-build-upon Can you help explain why `in(reg) new` is needed after `ret` ?

`sb_aligned` is the bottom of the pointer of `stack` in the previous chapter.

I was reading the book and I was wondering if there might be mistakes in some listings. Maybe I'm overseeing something because pointer arithmetic can be quite confusing to me,...