Jim Huang

Results 411 comments of Jim Huang

I am a bit worried about the lengthy file src/t2c_template.c, which could lead to potential maintenance issues. Can you suggest a more advanced way to reduce the code size for...

I defer to @vacantron for reviewing.

Can you check #52 ?

Thank @visitorckw for contributing!

> Would you like to use the smart pointer to replace the new operator? (Actually, it would be std::shared_ptr and std::weak_ptr, I found there are some caching mechanisms that would...

Lighttpd [v1.4.65](https://www.lighttpd.net/2022/6/7/1.4.65/) was released in Jun 7.

Since the user functions provided by ESCA would be invoked in existing projects such as nginx, we should use the prefix `esca_` for public APIs. That is, `batch_start` would be...

> If I fill the image with `/dev/random`, command `touch` or `mkdir` will error Did you run `mkfs.simplefs` before mounting the image file?

I use [Azul JDK](https://www.azul.com/downloads/) instead. In particular, Zulu JRE8.0-352 based on OpenJDK 8. Apply the following patch: ```diff diff --git a/src/classlib/openjdk/class.c b/src/classlib/openjdk/class.c index 3206ed0..e2bb744 100644 --- a/src/classlib/openjdk/class.c +++ b/src/classlib/openjdk/class.c @@...