lkisac / Assembly

Assembly source code
0 stars 1 forks source link

Lab 5 #1

Open Blackweda opened 7 years ago

Blackweda commented 7 years ago

Hey Len,

What part of lab 5 are you still working on if any???

lkisac commented 7 years ago

@Blackweda This is where I left off. I'm getting a segfault when I use a very large sequence of samples. i.e. setting SAMPLENUM at 50000000 is ok, but 500000000 gets the segfault, when I debug newSample at line 60 has no memory allocated. Trying to figure this out before I start comparing results with the different optimization levels

lkisac commented 7 years ago

Fixed in latest commit