Deleted user

Results 134218 comments of Deleted user

We could do the bag-of-bits thing at any size: define `bXX`/`bsize`/`bbyte`, which can `@bitCast` to their `u`/`i` equivalents, with defined bitwise operations, and `>>`/`

@EleanorNB, do you propose that `byte` should have arbitrary length, so that e.g. 9-bit aligned architectures à la GreenArrays and PDP-10 can be supported? Or is this only about hardware...

That is the idea, yes. Also, I'm not entirely clear on the difference between a platform that requires all memory accesses to be aligned to at least some size and...

> Also, I'm not entirely clear on the difference between a platform that requires all memory accesses to be aligned to at least some size and a platform with that...

@kyle-github, your idea may be related to (#7512), which proposes to separate signed, unsigned and modular integers from bitstrings. Sure, doing things like that has a certain elegance from the...

I must admit I still don't get what the advantage of a raw memory type would be. > Quick example: Suppose I am building a VM and I am going...

Hey everyone, the bag-of-bits idea is ***completely irrelevant** to this proposal. Stop discussing it here. Go to #8388 which is specifically about that.

@matu3ba Historically, DEC mainframes were famous for using odd word sizes, such as 9/18/36 or 12 bits. Of still produced hardware, Chuck Moore's [GreenArrays](http://www.greenarraychips.com/) 18-bit Forth processor comes to mind....

> [복제본](https://nuxt.com/docs/community/reporting-bugs/#create-a-minimal-reproduction) 을 제공해 주실 수 있나요 ? 🙏 > > 더 많은 정보 > ### 왜 복제본을 제출해야 합니까? > 복제를 통해 비교적 작은 팀으로 문제를 신속하게 분류하고 해결할...

> 여기서도 비슷한 버그를 볼 수 있습니다. > > : 로 빌드할 때 `npm run build -- --preset=firebase`: 개발 서버가 실행 중이면 번들 크기는 ~5Mo입니다. Firebase 호스팅에 배포하려고 하면 다음과...