YAMAMOTO Takashi

Results 81 comments of YAMAMOTO Takashi

there's a similar issue with ipv4-compat addresses. Linux: >>> netaddr.IPAddress("::2") IPAddress('::2') >>> OSX: >>> netaddr.IPAddress("::2") IPAddress('::0.0.0.2') >>> see https://bugs.launchpad.net/neutron/+bug/1484837

> Currently, We prefer the below strategies for safety: > > * not to use host created memory and table > > * not to grow internal memory and table...

> Abandon parallel running on MacOS why?

> > > Abandon parallel running on MacOS > > > > > > why? > > `mp` doesn't show enough stability on our OSX machine. How about yours? i...

i'm using a local ad-hoc py3 mod to run runtest.py on macos. (as python2 is not available here) as the changes in this PR looks more complete, i hope it...

> WAMR is using a `loading-time-link` mechanism. It is similar with the process of ld searchs and loads all shared libraries used by a program. It is an old fashioned...

> > WAMR is using a `loading-time-link` mechanism. It is similar with the process of ld searchs and loads all shared libraries used by a program. It is an old...

> The most reason of this choice is we want keep a private memory for every module. I guess there are some stories how an unsafe 3rd library successl peek...

@xiaoxiang781216 my understanding is that it isn't appropriate to add crt0.c to CMN_CSRCS as it's for kernel sources.

@xiaoxiang781216 what ensures UOBJS built before STARTUP_OBJS is being used?