From a02b7bf8ff358ccfa35b03272d28537aeac723ae Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 28 Nov 2020 19:45:56 -0400 Subject: Added "private" macro to lux/debug. --- documentation/bookmark/back-end/JavaScript.md | 9 +++++++++ documentation/bookmark/back-end/native.md | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 documentation/bookmark/back-end/JavaScript.md (limited to 'documentation/bookmark/back-end') diff --git a/documentation/bookmark/back-end/JavaScript.md b/documentation/bookmark/back-end/JavaScript.md new file mode 100644 index 000000000..f3c57b57f --- /dev/null +++ b/documentation/bookmark/back-end/JavaScript.md @@ -0,0 +1,9 @@ +# Debugging + +1. [The JavaScript Self-Profiling API](https://addyosmani.com/blog/js-self-profiling/) + +# Number + +1. [BigInt: arbitrary-precision integers in JavaScript](https://v8.dev/features/bigint) +1. [WebAssembly integration with JavaScript BigInt](https://v8.dev/features/wasm-bigint) + diff --git a/documentation/bookmark/back-end/native.md b/documentation/bookmark/back-end/native.md index ec1ba689d..32da388c9 100644 --- a/documentation/bookmark/back-end/native.md +++ b/documentation/bookmark/back-end/native.md @@ -1,3 +1,11 @@ +# Java + +1. [Java Grinder](https://www.mikekohn.net/micro/java_grinder.php) + +# Register allocation + +1. [A Quick Introduction to Register Allocation](https://hassamuddin.com/blog/reg-alloc/) + # Call stack 1. http://stffrdhrn.github.io/software/embedded/openrisc/2018/06/08/gcc_stack_frames.html -- cgit v1.2.3