-
Notifications
You must be signed in to change notification settings - Fork 30
Issues: rust-hosted-langs/book
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Improve efficiency of fetching next opcode
data structures
Area: internal data structures
easy
Little experience and/or subject matter knowledge required
#39
opened Sep 11, 2020 by
pliniker
In implementation of Array, replace Cell<RawArray> with RefCell
data structures
Area: internal data structures
good first issue
Good for newcomers
#37
opened Aug 21, 2020 by
pliniker
CellPtr and TaggedCellPtr can't be Copy because std::cell::Cell isn't copy
easy
Little experience and/or subject matter knowledge required
good first issue
Good for newcomers
#34
opened Jul 31, 2020 by
pliniker
Runtime type identification and tagged ptr types
data structures
Area: internal data structures
medium
Some experience and/or subject matter knowledge required
#31
opened Jul 20, 2020 by
pliniker
Simplify internal pointer types
data structures
Area: internal data structures
medium
Some experience and/or subject matter knowledge required
#30
opened Jul 12, 2020 by
pliniker
Refactor parsing and compiler around List type
book-section
Describes a part or chapter of the book that needs to be written
easy
Little experience and/or subject matter knowledge required
parser
Area: lexing and parsing
#28
opened Jul 7, 2020 by
pliniker
Refactor towards nanopass style chaining
compiler
Area: compiling
data structures
Area: internal data structures
hard
Experience and/or subject matter knowledge required
parser
Area: lexing and parsing
#27
opened Jul 7, 2020 by
pliniker
Close up to 3 upvalues in one opcode
compiler
Area: compiling
easy
Little experience and/or subject matter knowledge required
#26
opened Jul 7, 2020 by
pliniker
GC Sweeping
allocator
Area: allocator
garbage collection
Area: garbage collection
medium
Some experience and/or subject matter knowledge required
#25
opened Jul 7, 2020 by
pliniker
Stop-the-world object tracing
garbage collection
Area: garbage collection
medium
Some experience and/or subject matter knowledge required
#24
opened Jul 7, 2020 by
pliniker
Support for big numbers
data structures
Area: internal data structures
vm
Area: virtual machine
#23
opened Jul 7, 2020 by
pliniker
Support for range-limited integer arithmetic
book-section
Describes a part or chapter of the book that needs to be written
compiler
Area: compiling
medium
Some experience and/or subject matter knowledge required
needs documentation
Code documentation needs improvement
needs tests
Testing needs improvement
parser
Area: lexing and parsing
vm
Area: virtual machine
#22
opened Jul 7, 2020 by
pliniker
Support for large objects
allocator
Area: allocator
easy
Little experience and/or subject matter knowledge required
#21
opened Jul 7, 2020 by
pliniker
Proposal: Don't use a toy language
meta
Repository or project meta question
#10
opened May 3, 2018 by
madmalik
Object model
book-section
Describes a part or chapter of the book that needs to be written
#8
opened Apr 25, 2018 by
yorickpeterse
Syntax & language semantics
book-section
Describes a part or chapter of the book that needs to be written
#7
opened Apr 25, 2018 by
yorickpeterse
Bytecode format & parser
book-section
Describes a part or chapter of the book that needs to be written
#6
opened Apr 25, 2018 by
yorickpeterse
Interpreter Loop
book-section
Describes a part or chapter of the book that needs to be written
vm
Area: virtual machine
#5
opened Apr 25, 2018 by
yorickpeterse
Advanced Garbage Collection
book-section
Describes a part or chapter of the book that needs to be written
garbage collection
Area: garbage collection
#3
opened Apr 25, 2018 by
yorickpeterse
Garbage Collection Basics
book-section
Describes a part or chapter of the book that needs to be written
garbage collection
Area: garbage collection
#2
opened Apr 25, 2018 by
yorickpeterse
ProTip!
Add no:assignee to see everything that’s not assigned.