From 8cdc4c263a9515405964ca8f21439fd57eca6ba6 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 24 Jun 2023 23:03:35 +0300 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ec562b..d6c8d25 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ we can then copy in place. This relies heavily on continuation passing, meaning that all operations defined by the jit library have to allow for continuation passing optimizations to happen. In copy-and-patch, the templates are filled in at runtime with whatever values the user chooses, but since this relies on -parsin ELF relocations, the library will have to be implemented for different +parsin ELF relocations, the library will have to be ported to different platforms. Not a huge issue, but if we could avoid runtime patching of -relocations we could (in theory) build a jit library that's equally portable -as whatever compiler is used to compile it while having very low latencies. +relocations we could (in theory) build a jit library that's architecture agnostic, +while having very low latencies. ## Building -- cgit v1.3