YAMAMOTO Takashi

Results 652 comments of YAMAMOTO Takashi

> > i feel it's too much for a wasm runtime to implement file format detection. > > although it might be possible to make it work for many cases,...

> > > > i feel it's too much for a wasm runtime to implement file format detection. > > > > although it might be possible to make it...

> Hi, I wanted to know if it would be really possible to generate the rust bindings for toywasm? We want to use this in our Rust based project. I...

it seems it isn't only socket. for example, espidf_clock.c is identical to posix_clock.c.

> 2. This PR [fs/inode: add pre-allocated task files to avoid allocator access #11850](https://github.com/apache/nuttx/pull/11850) is mainly to prevent the kernel code to access the memory allocator during task_create/task_terminate, which is...

> > is the "functional safety requirements" documented somewhere? or, is it just your internal requirement, which doesn't matter much for the nuttx project? > > 1. We haven't fully...

> > it seems to have an obvious downside. > > > > * waste memory when the file lists are extended > > * waste memory if CONFIG_NFILE_DESCRIPTORS_PER_BLOCK is...

> > is the "functional safety requirements" documented somewhere? > > or, is it just your internal requirement, which doesn't matter much for the nuttx project? > > @yamt why...

> > it makes "struct filelist" larger, which consumes memory. > > But task_create will also request the same memory, I just moved it to tcb->group by static. if all...

> > > is the "functional safety requirements" documented somewhere? > > > or, is it just your internal requirement, which doesn't matter much for the nuttx project? > >...